home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Focus OnLoad.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  354 b   |  23 lines

  1. [SUBJECT]
  2. Description=Puts the user's cursor inside a text box as soon as the page is loaded
  3. ImageIndex=-1
  4. Folder=Quick JavaScript
  5.  
  6.  
  7. [BODY_TAG]
  8. ;OnLoad="document.nameform.user.focus();"
  9.  
  10. [BODY_TEXT]
  11. ;<center>
  12. ;<form name="nameform">
  13. ;`label` <input type=text name=user size=10>
  14. ;</form>
  15. ;</center>
  16. ;
  17.  
  18. [`label`]
  19. Kind=S
  20. Value=Name:
  21.  
  22.  
  23.